ArcPad XML Reference
Map with one shapefile layer and one image layer
Send Feedback

Glossary Item Box

Map with one shapefile layer and one image layer:

 

Copy Code
<?xml version="1.0" encoding="UTF-8" ?>
<ArcPad> 
  <MAP name="San Diego Map">
    <PROPERTIES>
      <ENVELOPE minx="6264104.7120553 miny="1833478.51106768" maxx="6287102.4790919" maxy="1853139.34106041" />
      <COORDSYS string="PROJCS[&quot;Custom&quot;,GEOGCS[&quot;GCS_North_American_1983&quot;,DATUM[&quot;D_North_American_1983&quot;,SPHEROID[&quot;GRS_1980&quot;,6378137,298.257222101]],PRIMEM[&quot;Greenwich&quot;,0],UNIT[&quot;Degree&quot;,0.0174532925199433]],PROJECTION[&quot;Lambert_Conformal_Conic&quot;],PARAMETER[&quot;False_Easting&quot;,6561666.66666667],PARAMETER[&quot;False_Northing&quot;,1640416.66666667],PARAMETER[&quot;Central_Meridian&quot;,-116.25],PARAMETER[&quot;Standard_Parallel_1&quot;,32.7833333333333],PARAMETER[&quot;Standard_Parallel_2&quot;,33.8833333333333],PARAMETER[&quot;Latitude_Of_Origin&quot;,32.1666666666667],UNIT[&quot;Foot_US&quot;,0.304800609601219]]"" />
    </PROPERTIES>
    <BOOKMARKS>
      <BOOKMARK name="Balboa Park Hotel" minx="6281769.77337846" miny="1845844.51286283" maxx="6282135.61603585" maxy="1846157.27246797"/>
    </BOOKMARKS>
    <LAYER name="Points of Interest" identify="true">
      <DATASET name="C:\San Diego Data\sd_pointsofinterest.shp" />
      <METADATA>
        <COMMENTS>Prepared by CG</COMMENTS>
      </METADATA>
      <SYMBOLOGY>
        <SIMPLERENDERER>
           <SIMPLEMARKERSYMBOL color="192,192,192" width="3" type="circle" outline="0,0,0" />
        </SIMPLERENDERER>
        <SIMPLELABELRENDERER field="NAME" visible="true">
           <TEXTSYMBOL fontcolor="0,0,0" blockout="255,255,255" font="Tahoma" fontstyle="regular" fontsize="8"/>
        </SIMPLELABELRENDERER>
      </SYMBOLOGY>
    </LAYER>
    <LAYER name="Aerial Photo">
      <DATASET name="C:\San Diego Data\sd_aerial30.sid" />
    </LAYER>
    <STATUSBAR visible="true" />
    <SCALEBAR visible="true" />
  </MAP> 
</ArcPad> 
©2013. All Rights Reserved.